How to set up an RQ3 server.  

Note: this assumes you already have quake3 and all its patches installed and working correctly.

1.  Download the RQ3 files.
2.  Upload them onto your server into the quake3/rune folder
3.  Upload the server.cfg file onto the server in the same folder as the other files.  Open the 
	server.cfg file and set your server name, the Message Of The Day (MOTD), and the remote 
	console (rcon) password.
4.  Create a server shortcut (or command line batch file) to quake3.exe that has the following 
	command line options set

	+set fs_game rune +set sv_pure 1 +exec server.cfg

note:  sv_pure 1 will run a pure server, which is recommended to prevent cheating.  The command 
line options override those options in the server.cfg file.  +exec server.cfg makes sure that your 
server settings get set correctly and also starts your first map.

If you enable Map Config execution, you will need to create files for each map that you want to change the settings for.  IE, if you want to ban the radioactivity rune from Q3DM17, then create a q3dm17.cfg file and put the run ban command into it.  (EXample is included)

Also, you can place settings that are to be set on every map into a file called mapdefault.cfg, which will be executed every time you change levels.  This is the way you can permanently ban a rune from all levels.

Specific documentation on these commands can be found on the web site 
http://rune.lost-boys.com

